home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / comp < prev    next >
Text File  |  1991-04-10  |  937b  |  24 lines

  1.                                     COMP
  2.        Compares the contents of a file (or group of files) to another
  3.                          See also <FC>  <DISKCOMP>
  4.  
  5. COMMAND TYPE: External                  VERSION: 2.0 and up
  6.  
  7. USE:  COMP [d:][path][filename] [d:][path][filename]
  8.  
  9. The first d: path filename specifies the first set of files to be
  10. compared. The second d: path filename specifies the second set of files to
  11. be compared.  Either set may contain wildcards.  If no filename is
  12. specified, *.* is assumed.
  13.  
  14. COMP compares files byte for byte. Any bytes that do not match are
  15. displayed. A typical error message would look like:
  16.           Compare error at OFFSET XXXX
  17.           File 1 = 17
  18.           File 2 = 26
  19. After 10 errors, COMP will abort.
  20.  
  21. EXAMPLE: COMP A:HELP.* C:
  22. compares the contents of all files with the filename of HELP and any
  23. extension on drive A: to files on drive C: with matching filenames.
  24.